In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / MICRDoMICR Method

MICRDoMICR Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(500)>

Function MICRDoMICR( _

   ByVal ImageID As Integer, _

   ByVal SymbolsFont As MICRFont, _

   ByVal context As MICRContext, _

   ByVal WhiteList As String, _

   ByVal ExpectedSymbols As Integer _

) As String
[DispId(500)]

string MICRDoMICR( 

   int ImageID,

   MICRFont SymbolsFont,

   MICRContext context,

   string WhiteList,

   int ExpectedSymbols

)
function MICRDoMICR( 

    ImageID: Integer;

    SymbolsFont: MICRFont;

    context: MICRContext;

    WhiteList: String;

    ExpectedSymbols: Integer

): String; 
DispIdAttribute(500)

function MICRDoMICR( 

   ImageID : int,

   SymbolsFont : MICRFont,

   context : MICRContext,

   WhiteList : String,

   ExpectedSymbols : int

) : String;
[DispId(500)]

string* MICRDoMICR( 

   int ImageID,

   MICRFont SymbolsFont,

   MICRContext context,

   string* WhiteList,

   int ExpectedSymbols

) 
[DispId(500)]

String^ MICRDoMICR( 

   int ImageID,

   MICRFont SymbolsFont,

   MICRContext context,

   String^ WhiteList,

   int ExpectedSymbols

) 

Parameters

ImageID
SymbolsFont
context
WhiteList
ExpectedSymbols
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members